Papers with Neural word representations
Transferable Neural Projection Representations (N19-1)
Copied to clipboard
| Challenge: | Neural word embeddings require lookup and a large memory footprint making it hard to deploy on-device. |
| Approach: | They propose a skip-gram based architecture coupled with Locality-Sensitive Hashing projections to learn efficient dynamically computable representations. |
| Outcome: | The proposed model performs better than previous models on multiple NLP tasks. |